home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / stripit1.zip / STRIP.DOC next >
Text File  |  1991-06-19  |  4KB  |  84 lines

  1.       
  2.                                STRIP Version 1.0b
  3.                        (c) Copyright John F. Steinman 1991
  4.                                All rights reserved
  5.       
  6.       
  7.       
  8.       
  9.            Strip  is  a Filter program that removes or retrieves all lines 
  10.       in  a  file  that  contain  a  specified  string.   This program was 
  11.       initially  designed  to  remove  all  lines containing long distance 
  12.       telephone  numbers from a file of BBS telephone numbers.  As program 
  13.       development  progressed  it was found to be more practical to remove 
  14.       lines  containing  the  search  string  than to retrieve those lines 
  15.       that  did  contain  the string as some BBSs don't always include the 
  16.       area  code  for local numbers. On a second revision both the ability 
  17.       to  retrieve  lines  containing the search string and to strip lines 
  18.       containing  the  search  string  was  incorporated,  as  well as the 
  19.       ability  to  strip blank lines.  This program is not limited to just 
  20.       lists  of  telephone numbers, it will work on any type of repetitive 
  21.       list.  For  example it can remove all lines containing "OFF-LINE" in 
  22.       a  listing of BBS Files available for downloading, as well as Saving 
  23.       all file names uploaded on a certain date.
  24.            The  programs  works  by loading in 750 lines of text at a time 
  25.       into  a  processing  buffer.   It  then  searches  each line for the 
  26.       "String".  If  the  string is found, the line is either removed from 
  27.       the  buffer  or is saved, depending on the mode of operation.  After 
  28.       a  block  of  lines is processed they are written to a new file with  
  29.       name "*.STP". this is the "Stripped" file.
  30.       
  31.       Syntax : Strip <Filespec> <"string"> [switches]
  32.                       --------    ------
  33.                         |           |
  34.                         |           | Any Ascii String, Max 80 characters
  35.                         |
  36.                         | Any Valid MS-Dos File Name (Current Directory
  37.                                                        only)
  38.       
  39.                                    [Switches]
  40.       
  41.            I : Inclusive Mode;
  42.                  Search  the  file  for the designated string and keep all 
  43.                  lines containing the string.
  44.                  
  45.            E : Exclusive Mode;
  46.                  Search  the  file  for  the designated string and discard 
  47.                  all lines containing the string.
  48.                  
  49.            B : Strip Blanks;
  50.                  discard blank lines (Exclusive mode only)
  51.                  
  52.                   
  53.       Default Mode is Exclusive No Blanks Stripped.
  54.       
  55. Strip Ver. 1.0B                                                              1.
  56.       
  57.            This   Program  is  Shareware,  not  Freeware.   As  such  non-
  58.       registered  users  are  granted a license to use STRIP for a limited 
  59.       evaluation  period.  Otherwise use of STRIP requires registering the 
  60.       copy.   This program doesn't require hidden pass words to get access 
  61.       to  all  its  features, I feel that you cannot really test a program 
  62.       unless  you  can  use  all its abilities. If you do find the program 
  63.       useful you SHOULD REGISTER.
  64.       
  65.       To Register:
  66.                        Please Send $5.00 to
  67.                        John F. Steinman
  68.                        P.O. Box 311 
  69.                        Charels St. Post Office
  70.                        Boston, MA 02114-0001
  71.                        
  72.                        Include your name, address
  73.                        and Version number.
  74.                          
  75.       
  76.       No  warranties, implied or expressed, including, but not limited to, 
  77.       merchantability  or  fitness for any particular purpose. In no event 
  78.       is  John  F.  Steinman  liable for indirect or consequential damages 
  79.       arising  from  use  of  this software program.  You may not make any 
  80.       changes  to  the  source code, decompile, unassemble or in any other 
  81.       way  modify  operation of this program.  If you have feed back about 
  82.       this  program  or  any  good ideas send a note to the above address.
  83. Strip Ver. 1.0B                                                              2.
  84.